projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9ddf1e
)
Would infloop under certain conditions.
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Thu, 4 Jul 1996 04:16:24 +0000
(
04:16
+0000)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Thu, 4 Jul 1996 04:16:24 +0000
(
04:16
+0000)
lisp/gnus.el
patch
|
blob
|
history
diff --git
a/lisp/gnus.el
b/lisp/gnus.el
index 771b82f49553916ade044b1290dfe758c23e86d6..29c2b274c203e7c47752d27ae3ba2bff5fb6a42a 100644
(file)
--- a/
lisp/gnus.el
+++ b/
lisp/gnus.el
@@
-8606,8
+8606,7
@@
or a straight list of headers."
;; If the article lies outside the current limit,
;; then we do not display it.
((and (not (memq number gnus-newsgroup-limit))
- ;(not gnus-tmp-dummy-line)
- )
+ (not gnus-tmp-dummy-line))
(setq gnus-tmp-gathered
(nconc (mapcar
(lambda (h) (mail-header-number (car h)))